home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 037a / ccunzip.zip / PRODEF.INC < prev    next >
Text File  |  1989-08-12  |  375b  |  14 lines

  1.  
  2. {$undef DEBUGGING}      {define to enable test code}
  3. {$define OVERLAY}       {DEFINE to enable overlay code}
  4.  
  5. {$I+}    {I/O checking}
  6. {$N-}    {Numeric coprocessor}
  7. {$V-}    {Relaxes string typing}
  8. {$B-}    {Boolean complete evaluation}
  9. {$S-}    {Stack checking}
  10. {$R-}    {Range checking}
  11. {$D+}    {Global debug information}
  12. {$L-}    {Local debug information}
  13.  
  14.